home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Collection 8 / CD-ROM Collection 8 - Disc 1.iso / pc / data / ba.dxr / 00021.ls < prev    next >
Encoding:
Text File  |  1997-07-25  |  181 b   |  12 lines

  1. on mouseDown
  2.   global koma
  3.   set c to clickOn()
  4.   if c >= 11 then
  5.     set koma to c - 10
  6.   end if
  7.   set the ink of sprite c to 2
  8.   updateStage()
  9.   cursor(4)
  10.   play movie "b01a"
  11. end
  12.